home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
glass
/
glass.lha
/
GLASS
/
dtm
/
test32.gl
< prev
next >
Wrap
Text File
|
1991-06-18
|
179b
|
16 lines
Basetype E;
Atom
not :- E => E,
nand :- E & E => E;
Def
ring :- E => E^3;
ring a = [x,y,z]
where
x = nand [a,z];
y = not x;
z = not y;
endwhere;